home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFOPTIONSCONFIRMATIONSDLG / TFOPTIONSCONFIRMATIONSDLG.txt
Text File  |  2004-05-31  |  2KB  |  99 lines

  1. object fOptionsConfirmationsDlg: TfOptionsConfirmationsDlg
  2.   Left = 378
  3.   Top = 469
  4.   ActiveControl = chkChannelRemoveAllItems
  5.   BorderStyle = bsDialog
  6.   Caption = 'fOptionsConfirmationsDlg'
  7.   ClientHeight = 204
  8.   ClientWidth = 506
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object bvlBottom: TBevel
  21.     Left = 0
  22.     Top = 161
  23.     Width = 506
  24.     Height = 43
  25.     Align = alBottom
  26.     Shape = bsTopLine
  27.   end
  28.   object lblTitle: TLabel
  29.     Left = 24
  30.     Top = 17
  31.     Width = 39
  32.     Height = 13
  33.     Caption = 'lblTitle'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object chkMarkGroupAsRead: TCheckBox
  43.     Left = 24
  44.     Top = 100
  45.     Width = 460
  46.     Height = 17
  47.     Caption = 'chkMarkGroupAsRead'
  48.     TabOrder = 2
  49.     OnClick = chkMarkGroupAsReadClick
  50.   end
  51.   object chkMarkAllGroupsAsRead: TCheckBox
  52.     Left = 24
  53.     Top = 124
  54.     Width = 460
  55.     Height = 17
  56.     Caption = 'chkMarkAllGroupsAsRead'
  57.     TabOrder = 3
  58.     OnClick = chkMarkGroupAsReadClick
  59.   end
  60.   object chkChannelRemoveAllItems: TCheckBox
  61.     Left = 24
  62.     Top = 52
  63.     Width = 460
  64.     Height = 17
  65.     Caption = 'chkChannelRemoveAllItems'
  66.     TabOrder = 0
  67.     OnClick = chkMarkGroupAsReadClick
  68.   end
  69.   object chkDeleteChannel: TCheckBox
  70.     Left = 24
  71.     Top = 76
  72.     Width = 460
  73.     Height = 17
  74.     Caption = 'chkDeleteChannel'
  75.     TabOrder = 1
  76.     OnClick = chkMarkGroupAsReadClick
  77.   end
  78.   object btnOK: TButton
  79.     Left = 336
  80.     Top = 171
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'btnOK'
  84.     Default = True
  85.     TabOrder = 4
  86.     OnClick = btnOKClick
  87.   end
  88.   object btnCancel: TButton
  89.     Left = 419
  90.     Top = 171
  91.     Width = 75
  92.     Height = 25
  93.     Cancel = True
  94.     Caption = 'btnCancel'
  95.     ModalResult = 2
  96.     TabOrder = 5
  97.   end
  98. end
  99.